ASP.NET Pack Programmer's Guide
Dictionary.remove Method
See Also
 





Removes the element with the specified key from the Dictionary.

Namespace: MindFusion.Common
Package: Common.js

 Syntax

JavaScript  Copy Code

function remove (key)

 Parameters

key

The key of the element to remove.

 Return Value

Type: Object
The value of the removed element. Null if the element was not found.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Common Namespace